hilitedItemNames
Type
property
Summary
The currently highlighted segment names
Syntax
get the hilitedItemNames of <widget>
set the hilitedItemNames of <widget> to <nameList>
Description
The names of the highlighted segments of the control. Each item in the hilitedItemNames is a segment name.
If the multipleHilites is false
when setting the
hilitedItemNames, then the first name in the hilitedItemNames
determines which segment is highlighted, and the remainder of the
hilitedItemNames are ignored.
The hiliteChanged message is sent when setting the hilitedItemNames, unless it doesn't change which segments are highlighted.
Related
property: hilitedItems, itemNames, multipleHilites
message: hiliteChanged